GPSDrivetrack is local time, not GMT.
authorrobertl <robertl>
Tue, 21 Nov 2006 19:04:20 +0000 (19:04 +0000)
committerrobertl <robertl>
Tue, 21 Nov 2006 19:04:20 +0000 (19:04 +0000)
internal_styles.c
style/gpsdrivetrack.style

index f1e8682e4a806d1e32ce182b276f3da0eda217ee..00e762b14d31ec7d0ecddc383a267c00a51a0224 100644 (file)
@@ -437,7 +437,10 @@ static char gpsdrivetrack[] =
 "IFIELD        LAT_DECIMAL, \"\", \"%10.6f\"\n"
 "IFIELD        LON_DECIMAL, \"\", \"%10.6f\"\n"
 "IFIELD        ALT_METERS, \"\", \"%10.0f\"\n"
-"IFIELD        GMT_TIME, \"\", \"%a %b %d %T %Y\"\n"
+"# Reports are that this format stores in local time, not GMT as \n"
+"# originally thought.\n"
+"# IFIELD      GMT_TIME, \"\", \"%a %b %d %T %Y\"\n"
+"IFIELD        LOCAL_TIME, \"\", \"%a %b %d %T %Y\"\n"
 ;
 static char gpsman[] = 
 "# gpsbabel XCSV style file\n"
index 6bc036a5a21a547c2feef5bed088112d131ffce4..6112142b42c9ce0004f64207ac270bdc11cba7ed 100644 (file)
@@ -24,4 +24,7 @@ SHORTWHITE              0
 IFIELD LAT_DECIMAL, "", "%10.6f"
 IFIELD LON_DECIMAL, "", "%10.6f"
 IFIELD ALT_METERS, "", "%10.0f"
-IFIELD GMT_TIME, "", "%a %b %d %T %Y"
+# Reports are that this format stores in local time, not GMT as 
+# originally thought.
+# IFIELD       GMT_TIME, "", "%a %b %d %T %Y"
+IFIELD LOCAL_TIME, "", "%a %b %d %T %Y"